Skip to content

Bump tifffile from 2024.8.30 to 2025.3.13 in /envs#706

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/envs/tifffile-2025.3.13
Closed

Bump tifffile from 2024.8.30 to 2025.3.13 in /envs#706
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/envs/tifffile-2025.3.13

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2025

Bumps tifffile from 2024.8.30 to 2025.3.13.

Release notes

Sourced from tifffile's releases.

v2025.3.13

Read and write TIFF files

Tifffile is a Python library to

  1. store NumPy arrays in TIFF (Tagged Image File Format) files, and
  2. read image and metadata from TIFF-like files used in bioimaging.

Image and metadata can be read from TIFF, BigTIFF, OME-TIFF, GeoTIFF, Adobe DNG, ZIF (Zoomable Image File Format), MetaMorph STK, Zeiss LSM, ImageJ hyperstack, Micro-Manager MMStack and NDTiff, SGI, NIHImage, Olympus FluoView and SIS, ScanImage, Molecular Dynamics GEL, Aperio SVS, Leica SCN, Roche BIF, PerkinElmer QPTIFF (QPI, PKI), Hamamatsu NDPI, Argos AVS, and Philips DP formatted files.

Image data can be read as NumPy arrays or Zarr arrays/groups from strips, tiles, pages (IFDs), SubIFDs, higher order series, and pyramidal levels.

Image data can be written to TIFF, BigTIFF, OME-TIFF, and ImageJ hyperstack compatible files in multi-page, volumetric, pyramidal, memory-mappable, tiled, predicted, or compressed form.

Many compression and predictor schemes are supported via the imagecodecs library, including LZW, PackBits, Deflate, PIXTIFF, LZMA, LERC, Zstd, JPEG (8 and 12-bit, lossless), JPEG 2000, JPEG XR, JPEG XL, WebP, PNG, EER, Jetraw, 24-bit floating-point, and horizontal differencing.

Tifffile can also be used to inspect TIFF structures, read image data from multi-dimensional file sequences, write fsspec ReferenceFileSystem for TIFF files and image file sequences, patch TIFF tag values, and parse many proprietary metadata formats.

Changes

  • Change bytes2str to decode only up to first NULL character (breaking).
  • Remove stripnull function calls to reduce overhead (#285).
  • Deprecate stripnull function.

v2025.2.18

Read and write TIFF files

Tifffile is a Python library to

  1. store NumPy arrays in TIFF (Tagged Image File Format) files, and
  2. read image and metadata from TIFF-like files used in bioimaging.

Image and metadata can be read from TIFF, BigTIFF, OME-TIFF, GeoTIFF, Adobe DNG, ZIF (Zoomable Image File Format), MetaMorph STK, Zeiss LSM, ImageJ hyperstack, Micro-Manager MMStack and NDTiff, SGI, NIHImage, Olympus FluoView and SIS, ScanImage, Molecular Dynamics GEL, Aperio SVS, Leica SCN, Roche BIF, PerkinElmer QPTIFF (QPI, PKI), Hamamatsu NDPI, Argos AVS, and Philips DP formatted files.

Image data can be read as NumPy arrays or Zarr arrays/groups from strips, tiles, pages (IFDs), SubIFDs, higher order series, and pyramidal levels.

Image data can be written to TIFF, BigTIFF, OME-TIFF, and ImageJ hyperstack compatible files in multi-page, volumetric, pyramidal, memory-mappable, tiled, predicted, or compressed form.

Many compression and predictor schemes are supported via the imagecodecs library, including LZW, PackBits, Deflate, PIXTIFF, LZMA, LERC, Zstd, JPEG (8 and 12-bit, lossless), JPEG 2000, JPEG XR, JPEG XL, WebP, PNG, EER, Jetraw, 24-bit floating-point, and horizontal differencing.

Tifffile can also be used to inspect TIFF structures, read image data from multi-dimensional file sequences, write fsspec ReferenceFileSystem for TIFF files and image file sequences, patch TIFF tag values, and parse many proprietary metadata formats.

Changes

  • Fix julian_datetime milliseconds (#283).
  • Remove deprecated dtype arguments from imread and FileSequence (breaking).
  • Remove deprecated imsave and TiffWriter.save function/method (breaking).
  • Remove deprecated option to pass multiple values to compression (breaking).
  • Remove deprecated option to pass unit to resolution (breaking).
  • Remove deprecated enums from TIFF namespace (breaking).

... (truncated)

Changelog

Sourced from tifffile's changelog.

2025.3.13

  • Pass 5110 tests.
  • Change bytes2str to decode only up to first NULL character (breaking).
  • Remove stripnull function calls to reduce overhead (#285).
  • Deprecate stripnull function.

2025.2.18

  • Fix julian_datetime milliseconds (#283).
  • Remove deprecated dtype arguments from imread and FileSequence (breaking).
  • Remove deprecated imsave and TiffWriter.save function/method (breaking).
  • Remove deprecated option to pass multiple values to compression (breaking).
  • Remove deprecated option to pass unit to resolution (breaking).
  • Remove deprecated enums from TIFF namespace (breaking).
  • Remove deprecated lazyattr and squeeze_axes functions (breaking).

2025.1.10

  • Improve type hints.
  • Deprecate Python 3.10.

2024.12.12

  • Read PlaneProperty from STK UIC1Tag (#280).
  • Allow 'None' as alias for COMPRESSION.NONE and PREDICTOR.NONE (#274).
  • Zarr 3 is not supported (#272).

2024.9.20

  • Fix writing colormap to ImageJ files (breaking).
  • Improve typing.
  • Drop support for Python 3.9.
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [tifffile](https://github.com/cgohlke/tifffile) from 2024.8.30 to 2025.3.13.
- [Release notes](https://github.com/cgohlke/tifffile/releases)
- [Changelog](https://github.com/cgohlke/tifffile/blob/master/CHANGES.rst)
- [Commits](cgohlke/tifffile@v2024.8.30...v2025.3.13)

---
updated-dependencies:
- dependency-name: tifffile
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Issues/requests related to a dependency package python Pull requests that update python code labels Mar 14, 2025
@yoda-vid
Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jun 20, 2025

Looks like tifffile is no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Jun 20, 2025
@dependabot dependabot bot deleted the dependabot/pip/envs/tifffile-2025.3.13 branch June 20, 2025 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Issues/requests related to a dependency package python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant